SftTree/NET 2.0

Visible Property, SplitterClass Class

Softel vdm, Inc.

Defines whether the splitter bar is visible.

Syntax      SplitterClass Class (Softelvdm.SftTreeNET)

VB   

Public Property Visible As Boolean

C#   

public bool Visible { get; set; }

C++   

public: property bool Visible {
        bool get();
        void set(bool value);
}

Property Value

True if visible, otherwise False.

The default value is False.

Comments

The Visible property defines whether the splitter bar is visible.

A splitter bar should be used with at least two columns. Use the Splitter.Left.Columns property to define the number of columns in the left (and right pane) of the tree control.

The Splitter.Width and Splitter.Offset properties are used to define the size and location of the splitter bar.

If a tree control does not have a splitter bar (Splitter.Visible is False), only the left pane is available and all columns are located in the left pane.


Feedback / comments / error reports for this topic
© 2007 - Softel vdm, Inc. - www.softelvdm.com